home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / services.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-22  |  2.5 KB  |  68 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - Windows NT - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">RUN LIKE A SERVICE</h1>
  16. <h2 class="title">Windows NT Family </h2>
  17.  
  18. <h2 class="title">Registering the Service on the Operating System</h2>
  19. <br />
  20. If you are using the Windows NT family(NT, 2000, XP, .NET), you
  21. can run MyServer as a Operating System Service. Before running the
  22. service, you must
  23. first register it as a service with the OS.
  24. <p> 1. Open the Control Center from the Start Menu</p>
  25. <p> 2. Click on Install/Remove service on the tool bar.<br />
  26. </p>
  27. <p> 3. Click on register service.<br />
  28. </p>
  29. <br />
  30.       <img src="../images/control_service.png" alt="Registering Service" width="556" height="392" /> 
  31.       <br />
  32. Registering the Service
  33. <p>Note: If you would like to remove the service at a later date, you
  34. may do so by clicking remove service.
  35. This will not remove the program, it will just remove the registration
  36. of the servicefrom the OS.</p>
  37. <p><br />
  38. </p>
  39. <h2 class="title">Starting and Stopping the Service</h2>
  40. Once you have registered the service with the OS, you can
  41. start and stop the service easily from the
  42. Control Center.
  43. <p><br />
  44. 1. Under the file menu, choose Run as a Service to start the program.<br />
  45. <br />
  46. 2. When you no longer want the program to run, click Stop the service
  47. under the file menu.<br />
  48. </p>
  49. <div class="center"><br />
  50. </div>
  51.       <div class="center"> <img src="../images/control_file.png" alt="" width="556" height="392" /><br />
  52. Starting and Stopping the Service
  53. <br />
  54. </div>
  55. <p><span class="warning">Warning </span>In order to close the
  56. Control Center be careful to choose the exit command. The Web
  57. server and the Control Center are two distinct applications, closing
  58. the Control Center will not affect the Web server.</p>
  59. <p>For more informations about the services visit the Microsoft
  60. site at <a href="http://www.microsoft.com" target="_blank">www.microsoft.com</a>
  61. and
  62. search for services.</p>
  63. </td>
  64. </tr>
  65. </table>
  66. </body>
  67. </html>
  68.